spinner: don't expand to fill the allocated space
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 10 Oct 2013 20:54:16 +0000 (16:54 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 11 Oct 2013 12:38:37 +0000 (08:38 -0400)
commitb33877e1737a7799b29f5b3a3d291e55e95e8436
treeb0213f4288f285cd3d74ae8def2431c869abf7b8
parentdd85acbaf17a1ffcd6c7dc8ee181e9c6cf771020
spinner: don't expand to fill the allocated space

Spinners are essentially animated symbolic icons. We don't really
want them being rendered to arbitrary sizes. Also the current
technique for rendering the activity is not suitable for larger
sizes. Until we have a better technique we should limit the size
to the MENU icon size or exactly twice that size.
gtk/gtkspinner.c